home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / Development / PowerD / powerd / modules.lha / modules / graphics / videocontrol.m < prev    next >
Comma Seperated Value File  |  2000-06-03  |  3.7 KB  |  96 rows

#CONST%09VTAG_END_CM%09%09%09%09%09%09=$00000000
1        VTAG_CHROMAKEY_CLR            =$80000000 
2        VTAG_CHROMAKEY_SET            =$80000001 
3        VTAG_BITPLANEKEY_CLR            =$80000002 
4        VTAG_BITPLANEKEY_SET            =$80000003 
5        VTAG_BORDERBLANK_CLR            =$80000004 
6        VTAG_BORDERBLANK_SET            =$80000005 
7        VTAG_BORDERNOTRANS_CLR        =$80000006 
8        VTAG_BORDERNOTRANS_SET        =$80000007 
9        VTAG_CHROMA_PEN_CLR            =$80000008 
10        VTAG_CHROMA_PEN_SET            =$80000009 
11        VTAG_CHROMA_PLANE_SET        =$8000000A 
12        VTAG_ATTACH_CM_SET            =$8000000B 
13        VTAG_NEXTBUF_CM                =$8000000C 
14        VTAG_BATCH_CM_CLR                =$8000000D 
15        VTAG_BATCH_CM_SET                =$8000000E 
16        VTAG_NORMAL_DISP_GET            =$8000000F 
17        VTAG_NORMAL_DISP_SET            =$80000010 
18        VTAG_COERCE_DISP_GET            =$80000011 
19        VTAG_COERCE_DISP_SET            =$80000012 
20        VTAG_VIEWPORTEXTRA_GET        =$80000013 
21        VTAG_VIEWPORTEXTRA_SET        =$80000014 
22        VTAG_CHROMAKEY_GET            =$80000015 
23        VTAG_BITPLANEKEY_GET            =$80000016 
24        VTAG_BORDERBLANK_GET            =$80000017 
25        VTAG_BORDERNOTRANS_GET        =$80000018 
26        VTAG_CHROMA_PEN_GET            =$80000019 
27        VTAG_CHROMA_PLANE_GET        =$8000001A 
28        VTAG_ATTACH_CM_GET            =$8000001B 
29        VTAG_BATCH_CM_GET                =$8000001C 
30        VTAG_BATCH_ITEMS_GET            =$8000001D 
31        VTAG_BATCH_ITEMS_SET            =$8000001E 
32        VTAG_BATCH_ITEMS_ADD            =$8000001F 
33        VTAG_VPMODEID_GET                =$80000020 
34        VTAG_VPMODEID_SET                =$80000021 
35        VTAG_VPMODEID_CLR                =$80000022 
36        VTAG_USERCLIP_GET                =$80000023 
37        VTAG_USERCLIP_SET                =$80000024 
38        VTAG_USERCLIP_CLR                =$80000025 
39/* The following tags are V39 specific. They will be ignored (returing error -3) by
40    earlier versions */
41        VTAG_PF1_BASE_GET                =$80000026 
42        VTAG_PF2_BASE_GET                =$80000027 
43        VTAG_SPEVEN_BASE_GET            =$80000028 
44        VTAG_SPODD_BASE_GET            =$80000029 
45        VTAG_PF1_BASE_SET                =$8000002a 
46        VTAG_PF2_BASE_SET                =$8000002b 
47        VTAG_SPEVEN_BASE_SET            =$8000002c 
48        VTAG_SPODD_BASE_SET            =$8000002d 
49        VTAG_BORDERSPRITE_GET        =$8000002e 
50        VTAG_BORDERSPRITE_SET        =$8000002f 
51        VTAG_BORDERSPRITE_CLR        =$80000030 
52        VTAG_SPRITERESN_SET            =$80000031 
53        VTAG_SPRITERESN_GET            =$80000032 
54        VTAG_PF1_TO_SPRITEPRI_SET    =$80000033 
55        VTAG_PF1_TO_SPRITEPRI_GET    =$80000034 
56        VTAG_PF2_TO_SPRITEPRI_SET    =$80000035 
57        VTAG_PF2_TO_SPRITEPRI_GET    =$80000036 
58        VTAG_IMMEDIATE                    =$80000037 
59        VTAG_FULLPALETTE_SET            =$80000038 
60        VTAG_FULLPALETTE_GET            =$80000039 
61        VTAG_FULLPALETTE_CLR            =$8000003A 
62        VTAG_DEFSPRITERESN_SET        =$8000003B 
63        VTAG_DEFSPRITERESN_GET        =$8000003C 
64/* all the following tags follow the new rational standard for videocontrol tags:
65 * VC_xxxstate        set the state of attribute 'xxx' to value 'state'
66 * VC_xxx_QUERY&var    get the state of attribute 'xxx' and store it into the longword
67 *            pointed to by &var.
68 *
69 * The following are new for V40:
70 */
71        VC_IntermediateCLUpdate        =$80000080 
72    /* default=true. When set graphics will update the intermediate copper
73     * lists on color changes etc. When false it won't and will be faster.
74     */
75        VC_IntermediateCLUpdate_Query=$80000081 
76        VC_NoColorPaletteLoad        =$80000082 
77    /* default = false. When set graphics will only load color 0
78     * for this ViewPort and so the ViewPort's colors will come
79     * from the previous ViewPort's.
80     *
81     * NB - Using this tag and VTAG_FULLPALETTE_SET together is undefined.
82     */
83        VC_NoColorPaletteLoad_Query=$80000083 
84        VC_DUALPF_Disable                =$80000084 
85    /* default = false. When this flag is set the dual-pf bit
86       in Dual-Playfield screens will be turned off. Even bitplanes
87       will still come from the first BitMap and odd bitplanes
88       from the second BitMap and both R[xy]Offsets will be
89       considered. This can be used (with appropriate palette
90       selection) for cross-fades between differently scrolling
91       images.
92       When this flag is turned on colors will be loaded for
93       the viewport as if it were a single viewport of depth
94       depth1+depth2 */
95        VC_DUALPF_Disable_Query        =$80000085